home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 06 - 1990
/
06.01 Jan 90
/
DLL Source Code
/
DLL.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-08-26
|
156 b
|
14 lines
|
[
TEXT/MPS
]
/* File DLL.h */
#ifndef _DLLDEF_
#define _DLLDEF_
#if THINK_C
#define double64 short double
#elif applec|MSDOS
#define double64 double
#endif
#endif